mRNA and CpGs
## # A tibble: 28 x 13
## disease method type BTM C1 C2 C3 C4 C5
## * <chr> <chr> <chr> <int> <int> <int> <int> <int> <int>
## 1 colon Concatenation supervised 0 0 12 11 1 7
## 2 colon DIABLO_full supervised 23 0 113 0 46 216
## 3 colon DIABLO_null supervised 0 0 21 6 1 0
## 4 colon Ensemble supervised 0 0 3 2 2 0
## 5 colon JIVE unsupervised 0 0 15 8 0 19
## 6 colon MOFA unsupervised 4 0 14 5 1 36
## 7 colon sGCCA unsupervised 0 0 5 14 0 147
## 8 gbm Concatenation supervised 10 0 258 14 47 526
## 9 gbm DIABLO_full supervised 30 0 426 34 125 693
## 10 gbm DIABLO_null supervised 10 0 312 15 62 776
## # ... with 18 more rows, and 4 more variables: C6 <int>, C7 <int>,
## # H <int>, TISSUES <int>
which method is leads to the greatest number of signficant pathways?

